home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / patchdev.rea < prev    next >
Text File  |  1995-09-06  |  1KB  |  52 lines

  1. Short:    Patch any device/unit to other name/unit
  2. Author:   kessler@fim.uni-erlangen.de (Thomas Kessler)
  3. Uploader: kessler@fim.uni-erlangen.de (Thomas Kessler)
  4. Type:     util/misc
  5.  
  6. PatchDevice                                                       PatchDevice
  7.  
  8.    NAME
  9.     PatchDevice
  10.  
  11.    VERSION
  12.     PatchDevice 1.1 by Thomas Kessler (6.9.95)
  13.  
  14.    SYNOPSIS
  15.     PatchDevice OLDNAME/M,NEWNAME/A,QUIET/S
  16.  
  17.    FUNCTION
  18.     PatchDevice is a tool to patch the name of a device to
  19.     another name.
  20.     
  21.     Some programs use hardcoded devicenames, like 'serial.device'
  22.     or 'parallel.device'. Also various controller-tools for
  23.     'xxxscsi.device' or similar use hardcoded names.
  24.  
  25.     With PatchDevice you can change the names of these devices
  26.     to names which your system needs.
  27.  
  28.     Remove the patch with sending a ctrl-c to the process or use
  29.     the 'C:Break' command.
  30.  
  31.    INPUTS
  32.     OLDNAME/M/A    old (hardcoded) names
  33.  
  34.     NEWNAME/A    new (your) name
  35.  
  36.     QUIET/S        no text-output
  37.  
  38.    NOTE
  39.     If you want to start PatchDevice in your user-startup, you
  40.     will have to 'Run' it.
  41.  
  42.     "Run <>NIL: PatchDevice 8n1.device serial.device myser.device QUIET"
  43.                             ^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^
  44.                             Source     Source        Destination
  45.  
  46.     Support for unit-numbers has been dropped, because nobody
  47.     seems to need it. If you want to have a unit-support, please
  48.     contact me via email.
  49.  
  50.    AUTHOR
  51.     Thomas Kessler (kessler@fim.uni-erlangen.de)
  52.